home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
jig.swf
/
scripts
/
DefineButton2_65
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
228 b
|
14 lines
on(press){
var a;
a = this.mark;
a._alpha = a._alpha <= 0 ? 100 : 0;
if(a._alpha == 100)
{
_root["set"].mainvol.setVolume(100);
}
else
{
_root["set"].mainvol.setVolume(0);
}
}